home *** CD-ROM | disk | FTP | other *** search
/ Chip 1998 September / CHIP NET Rehberi Eylül 1998.iso / ftp / iftp21 / EXAMPLES.ZIP / EXAM16.FTP < prev    next >
Text File  |  1997-12-16  |  215b  |  9 lines

  1. //
  2. //  Script example to check for environment strings
  3. //
  4.  
  5.   set hello=hector
  6.   if Equal "%hello%" "" then Log No Hello
  7.   if Equal "%ftpout%" "" then Log No ftpout
  8.   if Equal "%ftpin%"  "" then Log No Ftpin
  9.